home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __interesting_stuff__ / hyperlabels_2.0 / background_19261.txt < prev    next >
Text File  |  1990-03-22  |  21KB  |  1,069 lines

  1. -- background: 19261 from stack: in.0
  2. -- bmap block id: 25041
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: icons
  6. ----- HyperTalk script -----
  7. on getIcon
  8.   global doubleIt
  9.   put the rect of the target into pictrect
  10.   put item 1 of pictrect into x1
  11.   put item 2 of pictrect into y1
  12.   put item 3 of pictrect into x2
  13.   put item 4 of pictrect into y2
  14.  
  15.   -- get the picture
  16.   choose select tool
  17.   drag from x1,y1 to x2,y2
  18.   drag from x1,y1 to 0,0 with OptionKey
  19.   put x2 - x1 into dx
  20.   put y2 - y1 into dy
  21.   if doubleIt is "true" then
  22.     put 2 * dx into ndx
  23.     put 2 * dy into ndy
  24.     drag from dx,dy to ndx,ndy with CommandKey
  25.   end if
  26.  
  27.   doMenu "Cut Picture"
  28.  
  29.   pop card
  30.   doMenu "Paste Picture"
  31.   drag from 0,0 to 25,160
  32. end getIcon
  33.  
  34.  
  35.  
  36. -- part 1 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=461 top=304 right=340 bottom=509
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 29114 / 29114
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: New Button
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   pop card
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 2 (button)
  56. -- low flags: 00
  57. -- high flags: 2004
  58. -- rect: left=13 top=53 right=92 bottom=54
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: New Button
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   getIcon  -- bckgnd script
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 3 (button)
  75. -- low flags: 00
  76. -- high flags: 8005
  77. -- rect: left=174 top=307 right=329 bottom=308
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Double Icon Size
  86. ----- HyperTalk script -----
  87. -- check box that determines if the icon should be doubled
  88. on mouseUp
  89.   global doubleIt
  90.   if hilite of the target is "true" then
  91.     set hilite of the target to "false"
  92.   else
  93.     set hilite of the target to "true"
  94.   end if
  95.   put hilite of the target into doubleIt
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 4 (button)
  101. -- low flags: 00
  102. -- high flags: 2004
  103. -- rect: left=62 top=53 right=92 bottom=103
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: New Button
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   getIcon  -- bckgnd script
  115. end mouseUp
  116.  
  117.  
  118.  
  119. -- part 5 (button)
  120. -- low flags: 00
  121. -- high flags: 2004
  122. -- rect: left=111 top=53 right=92 bottom=152
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 0 / 0
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: New Button
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   getIcon  -- bckgnd script
  134. end mouseUp
  135.  
  136.  
  137.  
  138. -- part 6 (button)
  139. -- low flags: 00
  140. -- high flags: 2004
  141. -- rect: left=356 top=53 right=92 bottom=397
  142. -- title width / last selected line: 0
  143. -- icon id / first selected line: 0 / 0
  144. -- text alignment: 1
  145. -- font id: 0
  146. -- text size: 12
  147. -- style flags: 0
  148. -- line height: 16
  149. -- part name: New Button
  150. ----- HyperTalk script -----
  151. on mouseUp
  152.   getIcon  -- bckgnd script
  153. end mouseUp
  154.  
  155.  
  156.  
  157. -- part 7 (button)
  158. -- low flags: 00
  159. -- high flags: 2004
  160. -- rect: left=307 top=53 right=92 bottom=348
  161. -- title width / last selected line: 0
  162. -- icon id / first selected line: 0 / 0
  163. -- text alignment: 1
  164. -- font id: 0
  165. -- text size: 12
  166. -- style flags: 0
  167. -- line height: 16
  168. -- part name: New Button
  169. ----- HyperTalk script -----
  170. on mouseUp
  171.   getIcon  -- bckgnd script
  172. end mouseUp
  173.  
  174.  
  175.  
  176. -- part 8 (button)
  177. -- low flags: 00
  178. -- high flags: 2004
  179. -- rect: left=258 top=53 right=92 bottom=299
  180. -- title width / last selected line: 0
  181. -- icon id / first selected line: 0 / 0
  182. -- text alignment: 1
  183. -- font id: 0
  184. -- text size: 12
  185. -- style flags: 0
  186. -- line height: 16
  187. -- part name: New Button
  188. ----- HyperTalk script -----
  189. on mouseUp
  190.   getIcon  -- bckgnd script
  191. end mouseUp
  192.  
  193.  
  194.  
  195. -- part 9 (button)
  196. -- low flags: 00
  197. -- high flags: 2004
  198. -- rect: left=209 top=53 right=92 bottom=250
  199. -- title width / last selected line: 0
  200. -- icon id / first selected line: 0 / 0
  201. -- text alignment: 1
  202. -- font id: 0
  203. -- text size: 12
  204. -- style flags: 0
  205. -- line height: 16
  206. -- part name: New Button
  207. ----- HyperTalk script -----
  208. on mouseUp
  209.   getIcon  -- bckgnd script
  210. end mouseUp
  211.  
  212.  
  213.  
  214. -- part 10 (button)
  215. -- low flags: 00
  216. -- high flags: 2004
  217. -- rect: left=160 top=53 right=92 bottom=201
  218. -- title width / last selected line: 0
  219. -- icon id / first selected line: 0 / 0
  220. -- text alignment: 1
  221. -- font id: 0
  222. -- text size: 12
  223. -- style flags: 0
  224. -- line height: 16
  225. -- part name: New Button
  226. ----- HyperTalk script -----
  227. on mouseUp
  228.   getIcon  -- bckgnd script
  229. end mouseUp
  230.  
  231.  
  232.  
  233. -- part 11 (button)
  234. -- low flags: 00
  235. -- high flags: 2004
  236. -- rect: left=452 top=53 right=92 bottom=493
  237. -- title width / last selected line: 0
  238. -- icon id / first selected line: 0 / 0
  239. -- text alignment: 1
  240. -- font id: 0
  241. -- text size: 12
  242. -- style flags: 0
  243. -- line height: 16
  244. -- part name: New Button
  245. ----- HyperTalk script -----
  246. on mouseUp
  247.   getIcon  -- bckgnd script
  248. end mouseUp
  249.  
  250.  
  251.  
  252. -- part 12 (button)
  253. -- low flags: 00
  254. -- high flags: 2004
  255. -- rect: left=404 top=53 right=92 bottom=445
  256. -- title width / last selected line: 0
  257. -- icon id / first selected line: 0 / 0
  258. -- text alignment: 1
  259. -- font id: 0
  260. -- text size: 12
  261. -- style flags: 0
  262. -- line height: 16
  263. -- part name: New Button
  264. ----- HyperTalk script -----
  265. on mouseUp
  266.   getIcon  -- bckgnd script
  267. end mouseUp
  268.  
  269.  
  270.  
  271. -- part 13 (button)
  272. -- low flags: 00
  273. -- high flags: 2004
  274. -- rect: left=13 top=101 right=140 bottom=54
  275. -- title width / last selected line: 0
  276. -- icon id / first selected line: 0 / 0
  277. -- text alignment: 1
  278. -- font id: 0
  279. -- text size: 12
  280. -- style flags: 0
  281. -- line height: 16
  282. -- part name: New Button
  283. ----- HyperTalk script -----
  284. on mouseUp
  285.   getIcon  -- bckgnd script
  286. end mouseUp
  287.  
  288.  
  289.  
  290. -- part 14 (button)
  291. -- low flags: 00
  292. -- high flags: 2004
  293. -- rect: left=62 top=101 right=140 bottom=103
  294. -- title width / last selected line: 0
  295. -- icon id / first selected line: 0 / 0
  296. -- text alignment: 1
  297. -- font id: 0
  298. -- text size: 12
  299. -- style flags: 0
  300. -- line height: 16
  301. -- part name: New Button
  302. ----- HyperTalk script -----
  303. on mouseUp
  304.   getIcon  -- bckgnd script
  305. end mouseUp
  306.  
  307.  
  308.  
  309. -- part 15 (button)
  310. -- low flags: 00
  311. -- high flags: 2004
  312. -- rect: left=452 top=101 right=140 bottom=493
  313. -- title width / last selected line: 0
  314. -- icon id / first selected line: 0 / 0
  315. -- text alignment: 1
  316. -- font id: 0
  317. -- text size: 12
  318. -- style flags: 0
  319. -- line height: 16
  320. -- part name: New Button
  321. ----- HyperTalk script -----
  322. on mouseUp
  323.   getIcon  -- bckgnd script
  324. end mouseUp
  325.  
  326.  
  327.  
  328. -- part 16 (button)
  329. -- low flags: 00
  330. -- high flags: 2004
  331. -- rect: left=404 top=101 right=140 bottom=445
  332. -- title width / last selected line: 0
  333. -- icon id / first selected line: 0 / 0
  334. -- text alignment: 1
  335. -- font id: 0
  336. -- text size: 12
  337. -- style flags: 0
  338. -- line height: 16
  339. -- part name: New Button
  340. ----- HyperTalk script -----
  341. on mouseUp
  342.   getIcon  -- bckgnd script
  343. end mouseUp
  344.  
  345.  
  346.  
  347. -- part 17 (button)
  348. -- low flags: 00
  349. -- high flags: 2004
  350. -- rect: left=356 top=101 right=140 bottom=397
  351. -- title width / last selected line: 0
  352. -- icon id / first selected line: 0 / 0
  353. -- text alignment: 1
  354. -- font id: 0
  355. -- text size: 12
  356. -- style flags: 0
  357. -- line height: 16
  358. -- part name: New Button
  359. ----- HyperTalk script -----
  360. on mouseUp
  361.   getIcon  -- bckgnd script
  362. end mouseUp
  363.  
  364.  
  365.  
  366. -- part 18 (button)
  367. -- low flags: 00
  368. -- high flags: 2004
  369. -- rect: left=307 top=101 right=140 bottom=348
  370. -- title width / last selected line: 0
  371. -- icon id / first selected line: 0 / 0
  372. -- text alignment: 1
  373. -- font id: 0
  374. -- text size: 12
  375. -- style flags: 0
  376. -- line height: 16
  377. -- part name: New Button
  378. ----- HyperTalk script -----
  379. on mouseUp
  380.   getIcon  -- bckgnd script
  381. end mouseUp
  382.  
  383.  
  384.  
  385. -- part 19 (button)
  386. -- low flags: 00
  387. -- high flags: 2004
  388. -- rect: left=258 top=101 right=140 bottom=299
  389. -- title width / last selected line: 0
  390. -- icon id / first selected line: 0 / 0
  391. -- text alignment: 1
  392. -- font id: 0
  393. -- text size: 12
  394. -- style flags: 0
  395. -- line height: 16
  396. -- part name: New Button
  397. ----- HyperTalk script -----
  398. on mouseUp
  399.   getIcon  -- bckgnd script
  400. end mouseUp
  401.  
  402.  
  403.  
  404. -- part 20 (button)
  405. -- low flags: 00
  406. -- high flags: 2004
  407. -- rect: left=209 top=101 right=140 bottom=250
  408. -- title width / last selected line: 0
  409. -- icon id / first selected line: 0 / 0
  410. -- text alignment: 1
  411. -- font id: 0
  412. -- text size: 12
  413. -- style flags: 0
  414. -- line height: 16
  415. -- part name: New Button
  416. ----- HyperTalk script -----
  417. on mouseUp
  418.   getIcon  -- bckgnd script
  419. end mouseUp
  420.  
  421.  
  422.  
  423. -- part 21 (button)
  424. -- low flags: 00
  425. -- high flags: 2004
  426. -- rect: left=160 top=101 right=140 bottom=201
  427. -- title width / last selected line: 0
  428. -- icon id / first selected line: 0 / 0
  429. -- text alignment: 1
  430. -- font id: 0
  431. -- text size: 12
  432. -- style flags: 0
  433. -- line height: 16
  434. -- part name: New Button
  435. ----- HyperTalk script -----
  436. on mouseUp
  437.   getIcon  -- bckgnd script
  438. end mouseUp
  439.  
  440.  
  441.  
  442. -- part 22 (button)
  443. -- low flags: 00
  444. -- high flags: 2004
  445. -- rect: left=111 top=101 right=140 bottom=152
  446. -- title width / last selected line: 0
  447. -- icon id / first selected line: 0 / 0
  448. -- text alignment: 1
  449. -- font id: 0
  450. -- text size: 12
  451. -- style flags: 0
  452. -- line height: 16
  453. -- part name: New Button
  454. ----- HyperTalk script -----
  455. on mouseUp
  456.   getIcon  -- bckgnd script
  457. end mouseUp
  458.  
  459.  
  460.  
  461. -- part 23 (button)
  462. -- low flags: 00
  463. -- high flags: 2004
  464. -- rect: left=13 top=149 right=188 bottom=54
  465. -- title width / last selected line: 0
  466. -- icon id / first selected line: 0 / 0
  467. -- text alignment: 1
  468. -- font id: 0
  469. -- text size: 12
  470. -- style flags: 0
  471. -- line height: 16
  472. -- part name: New Button
  473. ----- HyperTalk script -----
  474. on mouseUp
  475.   getIcon  -- bckgnd script
  476. end mouseUp
  477.  
  478.  
  479.  
  480. -- part 24 (button)
  481. -- low flags: 00
  482. -- high flags: 2004
  483. -- rect: left=452 top=149 right=188 bottom=493
  484. -- title width / last selected line: 0
  485. -- icon id / first selected line: 0 / 0
  486. -- text alignment: 1
  487. -- font id: 0
  488. -- text size: 12
  489. -- style flags: 0
  490. -- line height: 16
  491. -- part name: New Button
  492. ----- HyperTalk script -----
  493. on mouseUp
  494.   getIcon  -- bckgnd script
  495. end mouseUp
  496.  
  497.  
  498.  
  499. -- part 25 (button)
  500. -- low flags: 00
  501. -- high flags: 2004
  502. -- rect: left=404 top=149 right=188 bottom=445
  503. -- title width / last selected line: 0
  504. -- icon id / first selected line: 0 / 0
  505. -- text alignment: 1
  506. -- font id: 0
  507. -- text size: 12
  508. -- style flags: 0
  509. -- line height: 16
  510. -- part name: New Button
  511. ----- HyperTalk script -----
  512. on mouseUp
  513.   getIcon  -- bckgnd script
  514. end mouseUp
  515.  
  516.  
  517.  
  518. -- part 26 (button)
  519. -- low flags: 00
  520. -- high flags: 2004
  521. -- rect: left=356 top=149 right=188 bottom=397
  522. -- title width / last selected line: 0
  523. -- icon id / first selected line: 0 / 0
  524. -- text alignment: 1
  525. -- font id: 0
  526. -- text size: 12
  527. -- style flags: 0
  528. -- line height: 16
  529. -- part name: New Button
  530. ----- HyperTalk script -----
  531. on mouseUp
  532.   getIcon  -- bckgnd script
  533. end mouseUp
  534.  
  535.  
  536.  
  537. -- part 27 (button)
  538. -- low flags: 00
  539. -- high flags: 2004
  540. -- rect: left=307 top=149 right=188 bottom=348
  541. -- title width / last selected line: 0
  542. -- icon id / first selected line: 0 / 0
  543. -- text alignment: 1
  544. -- font id: 0
  545. -- text size: 12
  546. -- style flags: 0
  547. -- line height: 16
  548. -- part name: New Button
  549. ----- HyperTalk script -----
  550. on mouseUp
  551.   getIcon  -- bckgnd script
  552. end mouseUp
  553.  
  554.  
  555.  
  556. -- part 28 (button)
  557. -- low flags: 00
  558. -- high flags: 2004
  559. -- rect: left=258 top=149 right=188 bottom=299
  560. -- title width / last selected line: 0
  561. -- icon id / first selected line: 0 / 0
  562. -- text alignment: 1
  563. -- font id: 0
  564. -- text size: 12
  565. -- style flags: 0
  566. -- line height: 16
  567. -- part name: New Button
  568. ----- HyperTalk script -----
  569. on mouseUp
  570.   getIcon  -- bckgnd script
  571. end mouseUp
  572.  
  573.  
  574.  
  575. -- part 29 (button)
  576. -- low flags: 00
  577. -- high flags: 2004
  578. -- rect: left=209 top=149 right=188 bottom=250
  579. -- title width / last selected line: 0
  580. -- icon id / first selected line: 0 / 0
  581. -- text alignment: 1
  582. -- font id: 0
  583. -- text size: 12
  584. -- style flags: 0
  585. -- line height: 16
  586. -- part name: New Button
  587. ----- HyperTalk script -----
  588. on mouseUp
  589.   getIcon  -- bckgnd script
  590. end mouseUp
  591.  
  592.  
  593.  
  594. -- part 30 (button)
  595. -- low flags: 00
  596. -- high flags: 2004
  597. -- rect: left=160 top=149 right=188 bottom=201
  598. -- title width / last selected line: 0
  599. -- icon id / first selected line: 0 / 0
  600. -- text alignment: 1
  601. -- font id: 0
  602. -- text size: 12
  603. -- style flags: 0
  604. -- line height: 16
  605. -- part name: New Button
  606. ----- HyperTalk script -----
  607. on mouseUp
  608.   getIcon  -- bckgnd script
  609. end mouseUp
  610.  
  611.  
  612.  
  613. -- part 31 (button)
  614. -- low flags: 00
  615. -- high flags: 2004
  616. -- rect: left=111 top=149 right=188 bottom=152
  617. -- title width / last selected line: 0
  618. -- icon id / first selected line: 0 / 0
  619. -- text alignment: 1
  620. -- font id: 0
  621. -- text size: 12
  622. -- style flags: 0
  623. -- line height: 16
  624. -- part name: New Button
  625. ----- HyperTalk script -----
  626. on mouseUp
  627.   getIcon  -- bckgnd script
  628. end mouseUp
  629.  
  630.  
  631.  
  632. -- part 32 (button)
  633. -- low flags: 00
  634. -- high flags: 2004
  635. -- rect: left=62 top=149 right=188 bottom=103
  636. -- title width / last selected line: 0
  637. -- icon id / first selected line: 0 / 0
  638. -- text alignment: 1
  639. -- font id: 0
  640. -- text size: 12
  641. -- style flags: 0
  642. -- line height: 16
  643. -- part name: New Button
  644. ----- HyperTalk script -----
  645. on mouseUp
  646.   getIcon  -- bckgnd script
  647. end mouseUp
  648.  
  649.  
  650.  
  651. -- part 33 (button)
  652. -- low flags: 00
  653. -- high flags: 2004
  654. -- rect: left=13 top=198 right=237 bottom=54
  655. -- title width / last selected line: 0
  656. -- icon id / first selected line: 0 / 0
  657. -- text alignment: 1
  658. -- font id: 0
  659. -- text size: 12
  660. -- style flags: 0
  661. -- line height: 16
  662. -- part name: New Button
  663. ----- HyperTalk script -----
  664. on mouseUp
  665.   getIcon  -- bckgnd script
  666. end mouseUp
  667.  
  668.  
  669.  
  670. -- part 34 (button)
  671. -- low flags: 00
  672. -- high flags: 2004
  673. -- rect: left=452 top=198 right=237 bottom=493
  674. -- title width / last selected line: 0
  675. -- icon id / first selected line: 0 / 0
  676. -- text alignment: 1
  677. -- font id: 0
  678. -- text size: 12
  679. -- style flags: 0
  680. -- line height: 16
  681. -- part name: New Button
  682. ----- HyperTalk script -----
  683. on mouseUp
  684.   getIcon  -- bckgnd script
  685. end mouseUp
  686.  
  687.  
  688.  
  689. -- part 35 (button)
  690. -- low flags: 00
  691. -- high flags: 2004
  692. -- rect: left=404 top=198 right=237 bottom=445
  693. -- title width / last selected line: 0
  694. -- icon id / first selected line: 0 / 0
  695. -- text alignment: 1
  696. -- font id: 0
  697. -- text size: 12
  698. -- style flags: 0
  699. -- line height: 16
  700. -- part name: New Button
  701. ----- HyperTalk script -----
  702. on mouseUp
  703.   getIcon  -- bckgnd script
  704. end mouseUp
  705.  
  706.  
  707.  
  708. -- part 36 (button)
  709. -- low flags: 00
  710. -- high flags: 2004
  711. -- rect: left=356 top=198 right=237 bottom=397
  712. -- title width / last selected line: 0
  713. -- icon id / first selected line: 0 / 0
  714. -- text alignment: 1
  715. -- font id: 0
  716. -- text size: 12
  717. -- style flags: 0
  718. -- line height: 16
  719. -- part name: New Button
  720. ----- HyperTalk script -----
  721. on mouseUp
  722.   getIcon  -- bckgnd script
  723. end mouseUp
  724.  
  725.  
  726.  
  727. -- part 37 (button)
  728. -- low flags: 00
  729. -- high flags: 2004
  730. -- rect: left=307 top=198 right=237 bottom=348
  731. -- title width / last selected line: 0
  732. -- icon id / first selected line: 0 / 0
  733. -- text alignment: 1
  734. -- font id: 0
  735. -- text size: 12
  736. -- style flags: 0
  737. -- line height: 16
  738. -- part name: New Button
  739. ----- HyperTalk script -----
  740. on mouseUp
  741.   getIcon  -- bckgnd script
  742. end mouseUp
  743.  
  744.  
  745.  
  746. -- part 38 (button)
  747. -- low flags: 00
  748. -- high flags: 2004
  749. -- rect: left=258 top=198 right=237 bottom=299
  750. -- title width / last selected line: 0
  751. -- icon id / first selected line: 0 / 0
  752. -- text alignment: 1
  753. -- font id: 0
  754. -- text size: 12
  755. -- style flags: 0
  756. -- line height: 16
  757. -- part name: New Button
  758. ----- HyperTalk script -----
  759. on mouseUp
  760.   getIcon  -- bckgnd script
  761. end mouseUp
  762.  
  763.  
  764.  
  765. -- part 39 (button)
  766. -- low flags: 00
  767. -- high flags: 2004
  768. -- rect: left=209 top=198 right=237 bottom=250
  769. -- title width / last selected line: 0
  770. -- icon id / first selected line: 0 / 0
  771. -- text alignment: 1
  772. -- font id: 0
  773. -- text size: 12
  774. -- style flags: 0
  775. -- line height: 16
  776. -- part name: New Button
  777. ----- HyperTalk script -----
  778. on mouseUp
  779.   getIcon  -- bckgnd script
  780. end mouseUp
  781.  
  782.  
  783.  
  784. -- part 40 (button)
  785. -- low flags: 00
  786. -- high flags: 2004
  787. -- rect: left=160 top=198 right=237 bottom=201
  788. -- title width / last selected line: 0
  789. -- icon id / first selected line: 0 / 0
  790. -- text alignment: 1
  791. -- font id: 0
  792. -- text size: 12
  793. -- style flags: 0
  794. -- line height: 16
  795. -- part name: New Button
  796. ----- HyperTalk script -----
  797. on mouseUp
  798.   getIcon  -- bckgnd script
  799. end mouseUp
  800.  
  801.  
  802.  
  803. -- part 41 (button)
  804. -- low flags: 00
  805. -- high flags: 2004
  806. -- rect: left=111 top=198 right=237 bottom=152
  807. -- title width / last selected line: 0
  808. -- icon id / first selected line: 0 / 0
  809. -- text alignment: 1
  810. -- font id: 0
  811. -- text size: 12
  812. -- style flags: 0
  813. -- line height: 16
  814. -- part name: New Button
  815. ----- HyperTalk script -----
  816. on mouseUp
  817.   getIcon  -- bckgnd script
  818. end mouseUp
  819.  
  820.  
  821.  
  822. -- part 42 (button)
  823. -- low flags: 00
  824. -- high flags: 2004
  825. -- rect: left=62 top=198 right=237 bottom=103
  826. -- title width / last selected line: 0
  827. -- icon id / first selected line: 0 / 0
  828. -- text alignment: 1
  829. -- font id: 0
  830. -- text size: 12
  831. -- style flags: 0
  832. -- line height: 16
  833. -- part name: New Button
  834. ----- HyperTalk script -----
  835. on mouseUp
  836.   getIcon  -- bckgnd script
  837. end mouseUp
  838.  
  839.  
  840.  
  841. -- part 43 (button)
  842. -- low flags: 00
  843. -- high flags: 2004
  844. -- rect: left=13 top=248 right=287 bottom=54
  845. -- title width / last selected line: 0
  846. -- icon id / first selected line: 0 / 0
  847. -- text alignment: 1
  848. -- font id: 0
  849. -- text size: 12
  850. -- style flags: 0
  851. -- line height: 16
  852. -- part name: New Button
  853. ----- HyperTalk script -----
  854. on mouseUp
  855.   getIcon  -- bckgnd script
  856. end mouseUp
  857.  
  858.  
  859.  
  860. -- part 44 (button)
  861. -- low flags: 00
  862. -- high flags: 2004
  863. -- rect: left=452 top=248 right=287 bottom=493
  864. -- title width / last selected line: 0
  865. -- icon id / first selected line: 0 / 0
  866. -- text alignment: 1
  867. -- font id: 0
  868. -- text size: 12
  869. -- style flags: 0
  870. -- line height: 16
  871. -- part name: New Button
  872. ----- HyperTalk script -----
  873. on mouseUp
  874.   getIcon  -- bckgnd script
  875. end mouseUp
  876.  
  877.  
  878.  
  879. -- part 45 (button)
  880. -- low flags: 00
  881. -- high flags: 2004
  882. -- rect: left=404 top=248 right=287 bottom=445
  883. -- title width / last selected line: 0
  884. -- icon id / first selected line: 0 / 0
  885. -- text alignment: 1
  886. -- font id: 0
  887. -- text size: 12
  888. -- style flags: 0
  889. -- line height: 16
  890. -- part name: New Button
  891. ----- HyperTalk script -----
  892. on mouseUp
  893.   getIcon  -- bckgnd script
  894. end mouseUp
  895.  
  896.  
  897.  
  898. -- part 46 (button)
  899. -- low flags: 00
  900. -- high flags: 2004
  901. -- rect: left=356 top=248 right=287 bottom=397
  902. -- title width / last selected line: 0
  903. -- icon id / first selected line: 0 / 0
  904. -- text alignment: 1
  905. -- font id: 0
  906. -- text size: 12
  907. -- style flags: 0
  908. -- line height: 16
  909. -- part name: New Button
  910. ----- HyperTalk script -----
  911. on mouseUp
  912.   getIcon  -- bckgnd script
  913. end mouseUp
  914.  
  915.  
  916.  
  917. -- part 47 (button)
  918. -- low flags: 00
  919. -- high flags: 2004
  920. -- rect: left=307 top=248 right=287 bottom=348
  921. -- title width / last selected line: 0
  922. -- icon id / first selected line: 0 / 0
  923. -- text alignment: 1
  924. -- font id: 0
  925. -- text size: 12
  926. -- style flags: 0
  927. -- line height: 16
  928. -- part name: New Button
  929. ----- HyperTalk script -----
  930. on mouseUp
  931.   getIcon  -- bckgnd script
  932. end mouseUp
  933.  
  934.  
  935.  
  936. -- part 48 (button)
  937. -- low flags: 00
  938. -- high flags: 2004
  939. -- rect: left=258 top=248 right=287 bottom=299
  940. -- title width / last selected line: 0
  941. -- icon id / first selected line: 0 / 0
  942. -- text alignment: 1
  943. -- font id: 0
  944. -- text size: 12
  945. -- style flags: 0
  946. -- line height: 16
  947. -- part name: New Button
  948. ----- HyperTalk script -----
  949. on mouseUp
  950.   getIcon  -- bckgnd script
  951. end mouseUp
  952.  
  953.  
  954.  
  955. -- part 49 (button)
  956. -- low flags: 00
  957. -- high flags: 2004
  958. -- rect: left=209 top=248 right=287 bottom=250
  959. -- title width / last selected line: 0
  960. -- icon id / first selected line: 0 / 0
  961. -- text alignment: 1
  962. -- font id: 0
  963. -- text size: 12
  964. -- style flags: 0
  965. -- line height: 16
  966. -- part name: New Button
  967. ----- HyperTalk script -----
  968. on mouseUp
  969.   getIcon  -- bckgnd script
  970. end mouseUp
  971.  
  972.  
  973.  
  974. -- part 50 (button)
  975. -- low flags: 00
  976. -- high flags: 2004
  977. -- rect: left=160 top=248 right=287 bottom=201
  978. -- title width / last selected line: 0
  979. -- icon id / first selected line: 0 / 0
  980. -- text alignment: 1
  981. -- font id: 0
  982. -- text size: 12
  983. -- style flags: 0
  984. -- line height: 16
  985. -- part name: New Button
  986. ----- HyperTalk script -----
  987. on mouseUp
  988.   getIcon  -- bckgnd script
  989. end mouseUp
  990.  
  991.  
  992.  
  993. -- part 51 (button)
  994. -- low flags: 00
  995. -- high flags: 2004
  996. -- rect: left=111 top=248 right=287 bottom=152
  997. -- title width / last selected line: 0
  998. -- icon id / first selected line: 0 / 0
  999. -- text alignment: 1
  1000. -- font id: 0
  1001. -- text size: 12
  1002. -- style flags: 0
  1003. -- line height: 16
  1004. -- part name: New Button
  1005. ----- HyperTalk script -----
  1006. on mouseUp
  1007.   getIcon  -- bckgnd script
  1008. end mouseUp
  1009.  
  1010.  
  1011.  
  1012. -- part 52 (button)
  1013. -- low flags: 00
  1014. -- high flags: 2004
  1015. -- rect: left=62 top=248 right=287 bottom=103
  1016. -- title width / last selected line: 0
  1017. -- icon id / first selected line: 0 / 0
  1018. -- text alignment: 1
  1019. -- font id: 0
  1020. -- text size: 12
  1021. -- style flags: 0
  1022. -- line height: 16
  1023. -- part name: New Button
  1024. ----- HyperTalk script -----
  1025. on mouseUp
  1026.   getIcon  -- bckgnd script
  1027. end mouseUp
  1028.  
  1029.  
  1030.  
  1031. -- part 53 (button)
  1032. -- low flags: 00
  1033. -- high flags: 0000
  1034. -- rect: left=46 top=309 right=334 bottom=73
  1035. -- title width / last selected line: 0
  1036. -- icon id / first selected line: 1013 / 1013
  1037. -- text alignment: 1
  1038. -- font id: 0
  1039. -- text size: 12
  1040. -- style flags: 0
  1041. -- line height: 16
  1042. -- part name: Next
  1043. ----- HyperTalk script -----
  1044. on mouseUp
  1045.   visual effect wipe left
  1046.   go to next card
  1047. end mouseUp
  1048.  
  1049.  
  1050.  
  1051. -- part 54 (button)
  1052. -- low flags: 00
  1053. -- high flags: 0000
  1054. -- rect: left=15 top=309 right=334 bottom=42
  1055. -- title width / last selected line: 0
  1056. -- icon id / first selected line: 1014 / 1014
  1057. -- text alignment: 1
  1058. -- font id: 0
  1059. -- text size: 12
  1060. -- style flags: 0
  1061. -- line height: 16
  1062. -- part name: Prev
  1063. ----- HyperTalk script -----
  1064. on mouseUp
  1065.   visual effect wipe right
  1066.   go to previous card
  1067. end mouseUp
  1068.  
  1069.